home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Fritz: All Fritz
/
All Fritz.zip
/
All Fritz
/
FILES
/
UTILFILE
/
UNPROPTC.LZH
/
PRINT20.DOC
< prev
next >
Wrap
Text File
|
1983-05-29
|
649b
|
28 lines
If you want the PRINT.COM program in dos 2.0 to skip
the prompt for the output list device, to allow for
automatic installation at boot-up,
A>debug print.com
-e c0d 90 90
-e c14 90 90
If your printer is the default, (LPT1:), that's all
there is to it. Write the file to disk and quit.
If your printer is attached to some other port,
like LPT2:, you must make one more patch, to specify
the device.
-e 120d 5 "LPT2:"
The "5" in this case is the number of characters in
the name of the device. Substitute for whatever port
your printer is attached to, then,
-w
Writing xx bytes
-q
A>
And thats all there is to it.